.slideshow{

	width: 820px;
	height: 436px;

}

.slideshow ol {
	position: relative;
	width: 80px;
	height: 20px;
	top: 20px;
	left: 130px
}

.slideshow ol li {
	float: left;
	width: 14px;
	height: 14px;
	margin: 5px;
	background: #777;
}

.slideshow ol li.seleted {
	background: #C3172B;
}

/* 左右 */
.luara-left {
	position: relative;
	padding: 0;
	overflow: hidden;
}

.luara-left ul {
	position: relative;
	padding: inherit;
	margin: 0
}

.luara-left ul li {
	float: left;
	padding: inherit;
	margin: inherit;
	list-style: none
}

/* .luara-left ul li img {
	width: inherit;
	height: inherit
} */




.slideshow1{
	width: 820px;
	height: 436px;
}
.slideshow1 ol {
	position: absolute;
	width: 80px;
	height: 20px;
	top: -20px;
	left: 30%;
	z-index: 999;
}

.slideshow1 ol li {
	float: left;
	width: 8px;
	height: 8px;
	margin: 5px;
	background: #fff
}

.slideshow1 ol li.seleted {
	background: #fff
}



/* 闪现 */
.luara- {
	position: relative;
	padding: 0;
	overflow: hidden
}

.luara- ul {
	padding: inherit;
	margin: 0
}

.luara- ul li {
	display: none;
	padding: inherit;
	margin: inherit;
	list-style: none
}

.luara- ul li:first-child {
	display: block
}

/* .luara- ul li img {
	width: inherit;
	height: inherit
} */


